home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / sparc / include / asm / irq_32.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  252 b   |  16 lines

  1. /* irq.h: IRQ registers on the Sparc.
  2.  *
  3.  * Copyright (C) 1995, 2007 David S. Miller (davem@davemloft.net)
  4.  */
  5.  
  6. #ifndef _SPARC_IRQ_H
  7. #define _SPARC_IRQ_H
  8.  
  9. #include <linux/interrupt.h>
  10.  
  11. #define NR_IRQS    16
  12.  
  13. #define irq_canonicalize(irq)    (irq)
  14.  
  15. #endif
  16.